home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1460.dms / var1460.adf / BOBs / Example7.c < prev    next >
Text File  |  1992-05-18  |  3KB  |  84 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: BOBs                        Tulevagen 22       */
  8. /* File:    Example7.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-28                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates how to use several BOBs on a    */
  21. /* double buffered display. No matter how many BOBS we draw  */
  22. /* they will never "flicker" as would happen if we used a    */
  23. /* normal single display. Try and change the "BOB_NR" to     */
  24. /* 50 (or even higher) and watch your Amiga sweat!           */
  25. /*                                                           */
  26. /* This example also demonstrates how you can use one single */
  27. /* image and yet draw the BOBs in several different colours. */
  28.  
  29. I am sorry but this file is only available for registered
  30. members. 
  31.  
  32. The registration fee is only £30, $60, SEK 300, or similar
  33. amount in your own currency (price includes everything). The
  34. Amiga C Encyclopedia is the largest collection of documents,
  35. examples and utilities in C for the Amiga and it is still among
  36. the cheapest manuals. But this is not all, a registered owner
  37. will also get:
  38.  
  39.   1. Two disks containing the last parts of the encyclopedia.
  40.      The disks will be sent by first class air mail.
  41.  
  42.   2. Registration card for the Amiga C Club (ACC).
  43.  
  44.   3. Immediate information about updates.
  45.  
  46.   4. Updated versions of the encyclopedia for only the cost of
  47.      disks plus postage and packing.
  48.  
  49.   5. Assistance with digitizing colour pictures and sampling
  50.      sound effects.
  51.  
  52.   6. Unlimited help with your C programs. You never have to be
  53.      alone with your problems.
  54.  
  55.   7. The right to use parts of the manual in your own
  56.      commercial/non-commercial programs/articles.
  57.  
  58. Can any other manual give you all this???
  59.  
  60. The simplest way of paying is to include the money in a letter
  61. in cash. US dollar bills, English pounds or Swedish SEK are
  62. preferred, but all currencies are accepted. You can also send
  63. the money as a "Postal Money Order", ask your local bank or
  64. post office. Please do not use cheques. It is sadly extremely
  65. expensive to cash a foreign cheque here in Sweden.
  66.  
  67. If you live in Scandinavia you can send the money to "Svenska
  68. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  69. mottagare: Datra".
  70.  
  71. Please send the registration fee together with your complete
  72. address to:
  73.  
  74.   Datra, Amiga C Club
  75.   Anders Bjeri
  76.   Tulevagen 22
  77.   181 41  LIDINGO
  78.   SWEDEN
  79.  
  80. I have worked for more than four years now with this
  81. encyclopedia, and with your help I can continue to improve it.
  82.  
  83. Happy programming!!!
  84.